@charset "utf-8";
html {
    font-size: 62.5%;
    /*10 ÷ 16 × 100% = 62.5%*/
}

body {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #333333;
    font-size: 1.4rem;
    /*1.6 × 10px = 16px */
    font-family: "Microsoft YaHei", Arial, helvetica, sans-serif;
    background: #fff;
}

a {
    transition: all 0.3s;
}

a:link {
    color: #494949;
    text-decoration: none
}

a:visited {
    color: #494949;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #f00;
}

a:focus {
    outline: none;
    -moz-outline: none;
}


.clear {
    clear: both;
}

img {
    border: 0px;
}

input {
    outline: none;
}

ul,
li,
dl,
dt,
dd {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

canvas {
    margin: 0;
    padding: 0;
    display: block;
    border: none;
}


.wenben01 {
    font-size: 1.6rem;
    line-height: 40px;
    text-align: left;
    color: #494949;
    letter-spacing: 0.0em;
}

.dv {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.sy {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 30%;
    z-index: 9;
    display: none;
}

.share_to {
    display: inline-block;
}

.share_to a {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 14px;
    color: #FFF;
}

.share_to a:hover {
    color: #f00;
}


#news_d .share_to a {
    color: #fff !important;
}

#news_d .share_to a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
}

#news_d .share_to a:nth-child(1) {
    background: #ff6600;
}

#news_d .share_to a:nth-child(2) {
    background: #3dc464;
}

#news_d .share_to a:nth-child(3) {
    background: #d54135;
}

#news_d .share_to a:nth-child(4) {
    background: #1493d0;
}

#news_d .share_to a:nth-child(5) {
    background: #f8b500;
}


.mr_10 {
    margin-right: 10px;
}

.p_tb20 {
    padding: 20px 0;
}


.p_tb50 {
    padding: 30px 0;
}

.m_tb20 {
    margin: 20px auto;
}

.m_tb30 {
    margin: 30px auto;
}

.m_b20 {
    margin: 0 auto 20px auto;
}

.relative { position: relative; }

/*PAGE
----------------------------------------*/

.page {
    margin: 20px;
    text-align: right;
    border-top: #CCC 1px dotted;
}

.prev_next li .box {
    font-size: 1.6rem;
    color: #000;
    display: block;
    border: 1px dotted #ccc;
    color: #000;
    line-height: 24px;
    border-radius: 3px;
    padding: 15px;
}

.prev_next li .box:hover {
    background: #333;
    color: #fff;
}

.prev_next li .box:hover a {
    color: #fff;
}

.back_list {
    text-align: right;
    font-size: 1.8rem;
    margin-top: 20px;
}

.back_list a {}

.back_list a:hover {}

.gridtable table {
    width: 99%;
    margin: 0 auto;
    border-width: 1px;
    font-family: verdana, arial, sans-serif;
    color: #333333;
    border-color: #ccc;
    border-collapse: collapse;
}

.gridtable table th {
    border-width: 1px;

    padding: 5px 0;
    border-style: solid;
    border-color: #ccc;
    background-color: #dedede;
}

.gridtable table td {
    border-width: 1px;

    padding: 5px 0;
    border-style: solid;
    border-color: #ccc;
}

.gridtable table td a {
    text-decoration: underline;
    color: #069;
}

.hidden {
    display: none !important
}



/* Wrap
----------------------------------------*/

#wrap {
    min-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}



/* Header
----------------------------------------*/



#name_box_w {
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 0;
    left: 0;
    height: auto;
    background:#fff;/* rgba(255, 255, 255, 0.9);*/
    padding: 1.6rem 0 1rem 0;
}

#name_box_w .row {
    margin-bottom: 0;
}


#logo img { max-height: 66px; }

#name_box_w #top_tel {
    position: absolute;
    top: -0.5rem;
    right: 0;
    height: 30px;
    transition: all 0.5s;
}

#name_box_w #top_tel .tel_num {
    font-size: 1.6rem;
    color: #1264cb;
}

#name_box_w #top_tel .tel_num span a {
    color: #1264cb;
}


#name_box_w #menu_open {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
}

#menu_box {
    height: 50px;
    box-sizing: border-box;
    padding-top: 40px;
}

.menu .mynav .nav {
    width: 10%;
    float: left;
    position: relative;
    font-size: 1.6rem;
    line-height: 30px;
}

.menu .mynav .nav a {
    display: block;
    width: 100%;
    height: 30px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    color: #333333;
    text-align: center;
}

.menu .mynav .nav a.current,
.menu .mynav .nav a:hover {
    color: #1264cb;
    border-radius: 2px;
    height: 30px;
    line-height: 30px;
}

#subNav {
    font-size: 1.8rem;
    width: 100%;
    line-height: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.8s;
    position: relative;
    z-index: 9;
}

#subNav .row {
    margin-bottom: 0;
}

#subNav .row .col {
    margin-bottom: 10px;
    font-size: 2.0rem;
}

#subNav .row .col a {
    padding: 10px 20px;

    
    color: #fff;
}

#subNav .row .col a:hover,
#subNav .row .col a.current {
    background: url(../Image/case_h0.gif) left repeat-y #3a1783;
    color: #fff;
}

.shadow {
    width: 100%;
    height: 13px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

#banner_box_w {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#banner_box {

}

#banner {
    width: 1920px;
    height: 730px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}


#menu_icon {
    display: block;
}

.nav-extended .collapsible-body li {
    background: #eee;
}

.side-nav li {
    background: #fff;
}

.side-nav li .current {
    background: #173983;
    color: #fff;
}

.m_menu_tel {
    background: #efefef;
    color: #000;
    line-height: 3.0rem;
    font-size: 1.6rem;
    padding: 20px 0;
}

.m_menu_tel a {
    font-size: 1.6rem;
    font-weight: bold;
}





/* Mid
---------------------*/

#mid_wrap {
    width: 100%;
}

#mid_box {
    width: 1200px;
    margin: 0 auto 30px auto;
    min-height: 700px;
}

.in_title_s_box {
    width: 100%;
    height: 40px;
    position: relative;
}

.in_title_s_box .title a {
    padding-left: 20px;
    font-weight: bold;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 2.8rem;
    color: #1b3982;
    border-left: 6px solid #da251e;
}

.zy_gsgk_cont {
    width: 100%;
    background: #f9f9f9;
    margin: 30px 0;
}

.zy_gsgk_cont_txt {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

#honor_list li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #494949;
    padding: 0 50px;
    position: relative;
    transition: all 0.5s;
    border-bottom: 1px solid #c8c8c8;
}

#honor_list li:hover {
    width: 100%;
    height: 60px;
    font-size: 16px;
    color: #bc0303;
    padding-left: 70px;
    background: url(../Image/gold.png) left center no-repeat;
}

#honor_list li i {
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    background: #bc0303;
    width: 14%;
    transition: all 1s;
}

#honor_list li:hover i {
    width: 100%;
}



.zy_rcln_cont {
    width: 1200px;
    margin: 30px auto;
    background: url(../Image/jobs.jpg) bottom right no-repeat;
    padding-bottom: 100px;
}

.zy_rcln_cont_txt ul li {
    width: 560px;
    height: 140px;
    line-height: 30px;
    padding: 30px 0;
}

.zy_rcln_cont_txt ul li:nth-child(odd) {
    float: left;
}

.zy_rcln_cont_txt ul li:nth-child(even) {
    float: right;
}

.jobs_dy {
    background: #3982e8;
    font-size: 1.4rem;
    color: #fff;
    line-height: 26px;
    padding: 20px 30px;
    margin-top: 30px;
}

.jobs_dy big {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
}




/* Company
----------------------------------------*/

.gsgk_li {
    width: 700px;
    height: 80px;
    margin: 50px auto;
}

.gsgk_li ul li {
    width: 25%;
    float: left;
    height: 100px;
    text-align: center;
}

.gsgk_li ul li span {
    font-size: 16px;
    color: #292929;
    line-height: 40px;
}

.gsgk_li ul li big {
    font-size: 40px;
    color: #292929;
    font-weight: bold;
}

.gsgk_li ul li {
    font-size: 14px;
    color: #898989;
    line-height: 20px;
}


.zy_gsgk_pic {
    width: 385px;
    height: 365px;
    position: relative;
    float: left;
}

.zy_gsgk_pic .img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-10px);
    transition: all 0.5s;
}

.zy_gsgk_pic:hover .img {
    transform: translateX(0px);
}

.zy_gsgk_txt {
    width: 800px;
    float: right;
}


.zy_qywh_pic {
    width: 385px;
    height: 241px;
    overflow: hidden;
    position: relative;
    float: right;
    margin-top: 50px;
}

.zy_qywh_pic .img {
    display: block;
    width: 395px;
    height: 257px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-10px);
    transition: all 0.5s;
}

.zy_qywh_pic:hover .img {
    transform: translateX(0px);
}


.zy_qywh_txt {
    width: 700px;
    float: left;
}

.honor_pic {
    position: absolute;
    right: 50%;
    top: 2px;
    margin-right: -600px;
}




/* left
----------------------------------------*/


/* Right
----------------------------------------*/

.bh_title {
    text-align: center;
    margin: 30px 0;
}

.bh_title h1 {
    font-size: 32px;
    color: #1e4483;
}

.bh_title h2 {
    font-size: 14px;
    color: #494949;
    line-height: 40px;
    font-weight: normal;
}

#right_box_w {
    width: 865px;
    float: right;
    padding: 10px;
}

.rt_main_box {
    height: auto !important;
    min-height: 400px;
    height: 400px;
}

.my_txt {
    padding: 20px 0;
}

.my_txt img {}

#zy_case_box {
    margin-top: 30px;
}

.zy_case_title {
    background: #37ab2a;
    width: 250px;
    height: 28px;
    padding: 10px;
}

.nf {
    transition: all 0.3s;
    width: 55px;
    display: inline-block;
    padding: 5px;
    margin-right: 10px;
    background: #f00;
    color: #fff;
    line-height: 12px;
    border-radius: 5px;
}

.nf:hover {
    padding: 3px 10px;
    background: url(../Image/hover.png) center no-repeat #111;
}

.cate_cont {
    margin: 0 auto;
    padding: 20px;
    border: 15px #efefef double;
}


.map_box {
    width: 100%;
    position: relative;
}

#in_allmap {
    height: 260px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

#allmap {
    height: 500px;
    background: #000;
}

#map_txt {
    height: 500px;
    background: #173983;
}

.lx_box {
    height: auto;
    border-bottom: 1px solid #fff;
    position: relative;
}

.lx_box ul {
    position: relative;
}

.map_lx {
    text-align: left;
    color: #fff;
    padding: 30px;
}

.map_lx li {
    line-height: 30px;
}

.map_lx li a {
    color: #fff;
}

.map_lx li a:hover {
    background: #ff0;
}

.lx_icon1 {
    background: url(../Image/lx_icon1.png) left center no-repeat;
    padding-left: 50px;
    line-height: 25px !important;
}

.lx_icon2 {
    background: url(../Image/lx_icon2.png) left center no-repeat;
    padding-left: 50px;
    line-height: 40px !important;
}

.lx_icon1 span {
    font-size: 3.0rem;
    font-weight: bold;
}


#c_mess_box {
    box-sizing: border-box;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 10px;
}

#c_mess_box input {
    font-size: 1.4rem;
}

/* Footer
----------------------------------------*/

.page-footer {
    background: #1f1f1f;
    overflow: hidden;
}

.page-footer .container {
   
}

.page-footer .container .row { margin-bottom: 0;
   
}

#end_info {
    font-size: 1.6rem;
    color: #ffffff;
    line-height: 36px;
    box-sizing: border-box;
    position: relative;
}

#end_info .e_ewm {
    position: absolute;
    top: 0;
    right: 0;
}

#end_info a {
    color: #ffffff;
}

#end_info a:hover {
    color: #f00;
}


#end_menu {
    font-size: 1.6rem;
}

#end_menu .row {
    margin-bottom: 10px;
}

#end_menu {
    text-align: center;
    font-size: 1.6rem;
}

#end_menu a {
    text-align: center;
    color: #fff;
    display: inline-block;
    width: 11.11%;
    margin: 0 -3px; 
}

#end_menu a:hover {
    color: #f00;
}


.page-footer .footer-copyright {
    color: #91a8e0;
}

.page-footer .footer-copyright a {
    color: #91a8e0 !important;
}

#page-footer-gt {
    z-index: 2;
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    padding: 10px 0;
    background: #0d42b2;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
}

#page-footer-gt ul li {
    width: 25%;
    text-align: center;
    float: left;
    color: #fff;
    transition: all 0.3s;
    box-sizing: border-box;
}

#page-footer-gt ul li a {
    color: #fff;
    font-size: 1.6rem;
    width: 100%;
    height: 70px;
    display: block;
}

#page-footer-gt ul li i {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

#page-footer-gt ul li:nth-child(1) i {
    background: url(../Image/e1.png);
    background-size: 100%;
}

#page-footer-gt ul li:nth-child(2) i {
    background: url(../Image/e2.png);
    background-size: 100%;
}

#page-footer-gt ul li:nth-child(3) i {
    background: url(../Image/e3.png);
    background-size: 100%;
}

#page-footer-gt ul li:nth-child(4) i {
    background: url(../Image/e4.png);
    background-size: 100%;
}

#page-footer-gt.five ul li {
    width: 20% !important;
}

#page-footer-gt.five ul li.back {
    padding: 10px 0;
}

.ewm { width: 90px; height: 90px;}

/*NEWS CONTENTS PAGE*/

.indexNewsllist li {
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}


.my_txt .indexNews li {
    border-bottom: 2px #ccc solid;
    padding: 10px 0;
    transition: all 0.3s;
}

.my_txt .indexNews li {
    margin: 0 auto;
    height: 90px;
    line-height: 30px;
    position: relative;
    margin-bottom: 20px;
}

.my_txt .indexNews li a {
    color: #1e4483;
    display: block;
}

.my_txt .indexNews li a:hover {
    background-color: #fff;
}

.my_txt .indexNews li:hover {
    box-shadow: 0 0 3px #000;
    border-bottom: 2px #fff solid;
    padding: 10px;
}

.my_txt .wen {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.my_txt .da {
    width: 100%;
    height: 50px;
    line-height: 25px;
    margin: 10px 0;
    overflow: hidden;
}

#in_news .indexNews li {
    margin: 0 auto;
    height: 90px;
    line-height: 30px;
    position: relative;
    margin-bottom: 5px;
}

#in_news .indexNews li a {
    color: #1e4483;
    display: block;
}

#in_news .indexNews li a:hover {
    box-shadow: 0 0 3px #000;
    background-color: #fff;
    padding: 0 10px;
}


#in_news .wen {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

#in_news .da {
    width: 100%;
    height: 50px;
    line-height: 25px;
    margin: 5px 0;
    overflow: hidden;
}

.wen span {
    background-color: #e6c33b;
    padding: 2px 5px;
    color: #1e4483;
}

.da span {
    background-color: #1e4483;
    padding: 2px 5px;
    color: #e6c33b;
    text-align: justify;
}

.Newstime {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
}

#best_news {
    width: 100%;
    height: 340px;
}

#slide {
    width: 677px;
    height: 340px;
    float: left;
}

#best_news_list {
    width: 500px;
    height: 340px;
    float: right;
}

#best_news_list li {
    width: 100%
}

#best_news_list li span {
    font-size: 24px;
}

#best_news_list li {
    height: 90px;
    line-height: 20px;
    position: relative;
    margin: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}

#best_news_list li a {
    height: 80px;
    display: block;
    padding: 5px;
    overflow: hidden;
}

#best_news_list li a:hover {
    background: #bcd8ff;
    color: #FFF;
}

.news_detail {
    height: auto !important;
    min-height: 100px;
    height: 100px;
    padding: 10px 0;
}

#news_t {
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

#news_d {
    color: #000;
    font-size: 12px;
    text-align: center;
    border: 1px dotted #ccc;
    margin: 10px 0;
    padding: 5px 10px;
    -moz-border-radius: 5px;
    /* Gecko browsers */
    -webkit-border-radius: 5px;
    /* Webkit browsers */
    border-radius: 5px;
    /* W3C syntax */
    position: relative;
}


.location {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 14px;
    font-weight: normal !important;
}

.location a {
    color: #9a9a9a;
}

.location a:hover {
    color: #f00;
    position: relative;
    top: 1px;
}

.location span {
    font-size: 16px;
    border-radius: 50%;
    color: #494949;
    padding: 1px;
}


#news_img {
    text-align: center;
    position: relative;
}

.wenben01 img,
#news_img img,
.news_img img {
    max-width: 100%;
}


#newsContent {
    margin-bottom: 16px;
    text-align: left;
}

#newsContent img {
    max-width: 100%;
}


#newsInfo {
    margin: 0px;
    font-weight: normal;
    text-align: left;
    padding: 10px;
}

#newsInfo iframe {
    width: 100%;
    height: 600px;
}

#newsInfo img {
    max-width: 100%;
}


.news_img h2 {
    color: #f00;
    background: #efefef;
    padding: 5px;
    line-height: 30px;
    border-radius: 10px 0 10px 0
}





/*GUESTBOOK PAGE*/

.G_InputText {
    width: 500px;
    height: 12px;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 5px 0;
}

.G_textarea {
    width: 500px;
    height: 100px;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 5px 0;
}

.G_botton {
    width: 100px;
    line-height: 12px;
    padding: 10px;
    line-height: 14px;
    background: #35ab9f;
    cursor: pointer;
    color: #FFF;
    border: none;
    float: right;
    border-radius: 3px;
    font-size: 16px;
    font-family: "微软雅黑";
}

.yanzheng {
    width: 300px;
    height: 12px;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 5px 0;
}
.jobs li {}
.jobs a {
    display: block;
    height: 100%;
    overflow: hidden;
    text-align: left;
    line-height: 26px;
    padding: 20px;
}

.jobs big {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.jobs .odd {
    float: left;
}

.jobs .even {
    float: right;
}

.jobs .odd a {
    color: #fff;
    background: #0d42b2;
}

.jobs .even a {
    color: #fff;
    background: #1264cb;
}

.jobs .odd2 {
    float: left;
}

.jobs .even2 {
    float: right;
}

.jobs .odd2 a {
    color: #fff;
    background: #1264cb;
}

.jobs .even2 a {
    color: #fff;
    background: #0d42b2;
}

.jobs ul li .recruit_info {
    color: #fff;
    font-family: 'Microsoft YaHei', arial;
    font-size: 1.4rem;
    line-height: 36px;
}

.jobs ul li .recruit_info .job_nam {
    color: #ff0;
    font-weight: bold;
}

.jobs ul li .jbut {
    width: 74px;
    height: 31px;
    line-height: 31px;
    background: #1f478e;
    border-radius: 2px;
    float: right;
    margin-top: -40px;
    margin-right: 22px;
    text-align: center;
}

.jobs ul li .jbut a {
    text-decoration: none;
    color: #FFF;
    display: block;
}


.recruit_info_tit_bg {
    width: 100%;
    height: 31px;
    background: #fafafa;
    border-radius: 2px;
}

.recruit_info_tit_bg .recruit_info_tit {
    width: 73px;
    height: 31px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #1e4483;
    font-family: 'Microsoft YaHei', arial;
    font-size: 14px;
    color: #fff;
    line-height: 31px;
    text-indent: 8px;
}

.recruit_info_main {
    padding: 5px;
}

.recruit_info_main p {
    width: 650px;
    font-family: 'Microsoft YaHei', arial;
    text-align: justify;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 28px;
    color: #494949;
}


.order_but {
    padding: 10px;
    cursor: pointer;
}



/*PRODUCTS LIST PAGE*/

#picUL {
    text-indent: 0;
    overflow: hidden;
    text-align: center;
}

#picUL li {
    width: 280px;
    height: 260px;
    background: url(../Image/str.png) #fff;
    margin: 10px;
    float: left;
}

#picUL li:hover {
    background: url(../Image/str.png) #fafafa
}

#picUL a {
    width: 270px;
    height: 260px;
    text-align: center;
    display: inline;
    padding: 5px;
    display: block;
    line-height: 30px;
    font-size: 14px;
    background: url(../Image/proshadow.jpg) no-repeat center bottom;
    color: #000;
    overflow: hidden;
    position: relative;
}



#picUL a:hover {
    background: url(../Image/proshadow.jpg) no-repeat bottom;
}

#picUL a img {
    max-width: 270px;
    height: 210px;
}

#picList {
    width: 100%;
    padding: 10px 0 0 0;
}

#picList li {
    transition: all 0.3s;
    margin: 20px 0;
    border-bottom: #ddd 1px solid;
    background: #fff;
}

#picList li:hover {
    border-bottom: #ddd 1px solid;
}

#picList li a {
    display: block;
}

#picList li a:hover .d2 i {
    background: #303030;
    color: #fff;
}

#picList .picList_date {
    height: 140px;
    color: #fff;
    text-align: left;
}

#picList .picList_date .d1 {
    font-size: 3rem;
    color: #898989;
}

#picList .picList_date .d2 {
    font-size: 1.6rem;
    color: #444;
    line-height: 60px;
}

#picList .picList_date .d2 i {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    transition: all 0.3s;
}

#picList .picList_date .d3 {
    font-size: 1.6rem;
    color: #aaa;
}

#picList .picList_line {
    height: 1px;
    margin-top: 20px;
    background: #bebebe;
    transition: all 0.5s;
    margin-bottom: 99px;
}

#picList li a:hover .picList_line {
    background: #000;
    width: 70px;
}


#picList .picList_img {
    height: 140px;
}


#picList .picList_img img {
    width: 100%;
    max-width: 200px;
}

#picList .Pic_list_txt {
    position: relative;
    height: 140px;
    overflow: hidden;
    text-align: justify;
}

#picList .Pic_list_txt .t1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    width: 100%;
    color: #000;
}

#picList .Pic_list_txt .t2 {
    overflow: hidden;
    padding: 8px 0;
    height: 90px;
    font-size: 14px;
    line-height: 25px;
    color: #666;
}

#picList .Pic_list_txt .t3 {
    font-size: 10px;
    text-align: right;
    line-height: 30px;
    color: #000;
}

#picList .Pic_list_txt .time {
    text-align: right;
    line-height: 20px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif !important;
}


#cxList {
    margin: 1rem 0;
}


#cxList li {
    transition: all 0.3s;
    margin: 20px 0;
}

#cxList li a {
    display: block;
    position: relative;
    border: #d9d9d9 1px solid;
    padding: 5px;
}

#cxList li a:hover {
    box-shadow: 0 0 3px #000;
}

#cxList .img {
    width: 100%;
    margin: 10px auto;
    height: 203px;
    overflow: hidden;
    background: #efefef;
    text-align: center;
}

#cxList .img img {
    z-index: 1;
}

#cxList .cxList_txt {
    width: 100%;
    position: relative;
    height: 168px;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
}

#cxList .cxList_txt .t1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    height: 50px;
    color: #d22626;
    border-bottom: 1px dashed #ddd;
}

#cxList .cxList_txt .t2 {
    overflow: hidden;
    height: 50px;
    font-size: 14px;
    line-height: 26px;
    color: #666;
}

#cxList .cxList_txt .t3 {
    font-size: 10px;
    line-height: 50px;
}

#cxList .cxList_txt .time {
    text-align: right;
    line-height: 20px;
    font-size: 12px;
}

#cxList li .fa-angle-right {
    transition: all 0.3s;
    position: absolute;
    bottom: 0;
    right: 10px;
    background: #08225d;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

#cxList li:hover .fa-angle-right {
    background: #08225d !important;
    transform: translateX(10px);
    border-radius: 50%;
}


#dwonList {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
}

#dwonList li {
    line-height: 40px;
    margin: 5px 0;
    position: relative;
}

#dwonList li a {
    display: block;
    color: #000;
    background: #efefef;
    padding: 0 10px;
}

#dwonList li a:hover {
    background: #127228;
    color: #FFF;
}

.Dicon {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 40px;
    font-size: 18px;
}

.proUL {
    overflow: hidden;
    
}

.proUL .col {
    margin-bottom: 20px;
}


.proUL li a {
    display: block;
}

.proUL li a .img {
    width: 100%;
    height: 230px;
    background: #efefef;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    position: relative;
    overflow: hidden;
    padding: 5px 0; 
}

.proUL li a .img img {
    transition: all 0.3s;
    margin: 0 auto;
    max-height: 230px;
}

.proUL li a:hover img {
    transform: scale(1.1);
}

.proUL li a .title {
    background: #ededed;
    color: #555555;
    padding: 7px;
    box-sizing: border-box;
}


.in_qslist {
    margin: 5px 0;
    line-height: 3.0rem;
    color: #666;
    font-size: 1.5rem;
}

.in_qslist li {
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
}

.in_qslist li .wen {
    margin-bottom: 10px;
}

.in_qslist li .wen span {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    background: #135db2;
}

.in_qslist li .da {
    height: 60px;
    overflow: hidden;
    line-height: 30px;
}

.in_qslist li .da span {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    background: #7c7c7c;
}


#pro_img_prev {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -40px;
    z-index: 9;
}

#pro_img_next {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -40px;
    z-index: 9;
}

.pbt a {
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 70px;
}

.pbt a i {
    font-size: 30px !important;
}

.pbt a:hover {
    border-radius: 50%;
    background: rgba(0, 0, 0, 1);
}

.shan {
    font-size: 20px;
}

.p_name {
    font-weight: bold;
}


.lx_list {
    position: relative;
    margin-bottom: 20px;
}

.lxwm_ewm {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}

.lx_name {
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
}

.lx_name i {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 86px;
    height: 4px;
    background: #fff;
    display: block;
}



/*INDEX*/

#in_pro_type {
    max-width: 1200px;
}

#in_pro_type .row {
    margin-bottom: 0;
}

#in_pro_type .col {
    padding: 25px 0;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    transition: all 0.3s;
}

#in_pro_type .col:nth-child(1) {
    background: #0d42b2;
}

#in_pro_type .col:nth-child(2) {
    background: #1264cb;
}

#in_pro_type .col:nth-child(3) {
    background: #3982e8;
}


#in_pro_type .col big {
    display: block;
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 10px;
}

#in_pro_type .col a {
    display: block;
    color: #fff;
}

#in_pro_type .col:hover {
    background: #000;
}

#in_gsjj_box {}

#in_gsjj_about { padding: 0; }

#in_gsjj_about .col {
    padding: 0;
}

#in_gsjj_about li {
    height: 480px;
    background: #f3f3f3;
    text-align: center;
}

#in_gsjj_about li .p1 {
    padding: 40px 20px;
    color: #666666;
}

#in_gsjj_about li .p1 span {
    color: #1264cb;
}

#in_gsjj_about li .p1 big {
    color: #1264cb;
    font-size: 7.0rem;
}

#in_gsjj_about li>div {
    height: 240px;
}

#in_gsjj_about li:nth-child(1) .p2 {
    background: #0d42b2;
}

#in_gsjj_about li:nth-child(2) .p2 {
    background: #1264cb;
}

#in_gsjj_about li:nth-child(3) .p2 {
    background: #3982e8;
}

#in_gsjj_about li .p2 {
    ;
    color: #fff;
    padding: 40px 30px;
    line-height: 4.0rem;
    text-align: left;
    font-size: 14px;
}

#in_gsjj_about li .p2 b {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

#in_gsjj_cont {
    height: 480px;
    background: url(../Image/in_gsjj_pic.jpg) center;
    background-size: cover;
    overflow: hidden;
}

#in_gsjj_cont { padding: 40px; }

#in_gsjj_cont .title{ font-size: 3.1rem; color: #005bab; }

#in_gsjj_cont .content {
    margin: 20px 0;
    max-height: 144px;
    overflow: hidden;
    line-height: 22px;
    font-size: 1.4rem;
    color: #666666;
}

#in_gsjj_cont .more a {
    border: 1px solid #a8a8a8; display: inline-block;
    padding: 10px 20px; 
}

#in_gsjj_cont .more a:hover {
    border: 1px solid #a8a8a8;
    background: #000;
    color: #fff;
}

#in_3dys_box {
    width: 100%;
    height: 838px;
    overflow: hidden;
    background: url(../Image/in_ys_bg.jpg) top center no-repeat;
}

#in_3dys_box .ys_title {
    font-size: 2.7rem;
    color: #fff;
    text-align: center;
}

#in_3dys_box .ys_title big {
    font-size: 3.6rem;
    font-weight: bold;
}

#in_3dys_box .ys_title big big {
    font-size: 6.4rem;
}

#in_3dys_box .ys_title big big big {
    font-size: 8.4rem;
}

#in_3dys_box .ys_title p {
    position: relative;
    margin-top: 0px;
    margin-bottom: 30px; 
}

#in_3dys_box .ys_title i {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -600px;
    width: 820px;
    height: 3.7rem;
    background: url(../Image/in_line.png) center right no-repeat;
}
#in_3dys_box .row {
    margin-left: -30px !important;
    margin-right: -30px !important; 
}

#in_3dys_box li div {margin: 0 30px;}

#in_3dys_box li {
    color: #666666;
    font-size: 1.4rem;
    line-height: 2.0rem; 
    padding: 0 15px;
}
#in_3dys_box li div { margin: 0 30px; height: 577px; padding: 30px 30px 50px; background: url(../Image/shadow.png) center bottom no-repeat #fff;}



#in_3dys_box li big {
    display: block;
    text-align: center;
    font-size: 2.4rem;
    color: #0d42b2;
    font-weight: bold;
}

#in_3dys_box li img {
    display: block;
    margin: 20px auto; 
    
}

#in_product_box {
}


#in_product_box .title_box a {
    color: #fff;
}

#in_product_box .title_box a:hover {
    color: #ff0;
}

#in_product_box .title_box .t1 {
    font-size: 3.2rem;
}

#in_product_box .title_box .t2 {
    font-size: 2.0rem;
    margin: 20px 0;
}

#in_product_box .title_box .t3 {
    font-size: 1.4rem;
}


#in_product_box .in_case_type ul li {
    margin: 0 auto;
    margin-bottom: 10px;
}

#in_product_box .in_case_type ul li a {
    width: 100%;
    display: block;
    border: 1px solid #2795f7;
    color: #fff;
    display: block;
    box-sizing: border-box;
    padding: 1.5rem;
}

#in_product_box .in_case_type ul li a:hover,
.case_type .current {
    border: 1px solid #000;
    background: #000;
}

.in_title {
    width: 100%;
    position: relative;
    text-align: center;
}

.in_title .title {
    font-size: 2.6rem;
    color: #000000;
    text-align: center;
}

.in_title .title:hover {
    color: #1264cb;
}


.in_title0 {
    width: 100%;
    position: relative;
    text-align: left;
}

.in_title0 .title {
    font-size: 2.0rem;
    font-weight: bold;
    color: #000000;
    text-align: left;
}

.in_title0 .title:hover {
    color: #1264cb;
}

.in_title0 .more {
    font-size: 1.4rem;
    color: #333333;
    position: absolute;
    top: 0px;
    right: 0;
}

.in_title0 .more:hover {
    color: #f00;
}



#left_box {
    background: #0b6acf;
    padding: 16px;
    box-sizing: border-box;
}

#left_box .case_type ul li {
    margin: 0 auto;
    margin-bottom: 10px;
}

#left_box .case_type ul li a {
    width: 100%;
    display: block;
    background: #fff;
    color: #555555;
    box-sizing: border-box;
    line-height: 3rem;
    padding: 0 1rem;
}

#left_box .case_type ul li a:hover,
#left_box .case_type .current {
    background: #000;
    color: #fff;
}

.in_lf_tel {
    font-size: 1.6rem;
    line-height: 2.5rem;
    text-align: center;
}

#in_pro_pic {
    margin: 3rem 0;
}

#in_pro_pic li {
    margin: 0.2rem 0;
}


#in_pro_pic .img {
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 288px;
    background: #efefef;
    overflow: hidden;
}

#in_pro_pic a {
    display: block;
    line-height: 50px;
    font-size: 1.8rem;
}

#in_pro_pic a .pro_title {
    color: #545454;
    font-weight: 900;
}

#in_news_pic {
    margin: 3rem 0;
}

#in_news_pic li {
    margin: 0.2rem 0;
}

#in_news_pic .img {;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
}

#in_news_pic .img img {
    border-radius: 4px;
    max-height: 270px;
}

#in_news_pic a {
    display: block;
    line-height: 40px;
    font-size: 1.6rem;
    text-align: left;
}

#in_news_pic a .title {
    color: #333;
    font-size: 1.6rem;
    line-height: 30px;
}

#in_news_pic a .desc {
    color: #666666;
    font-size: 1.4rem;
    line-height: 24px;
    height: 72px;
    overflow: hidden; 
    margin-top: 5px; 
}

#in_news_pic a .time {
    color: #888;
    font-size: 1.4rem;
    line-height: 30px;
    margin-top: 5px;
}


#in_news_pic a:hover .title,
#in_news_pic a:hover .desc,
#in_news_pic a:hover .time {
    color: #f00;
}

#in_case_pic .col {
    margin-bottom: 20px;
}

#in_case_pic .img {
    height: 103px;
    overflow: hidden;
}

#in_case_pic .img img {
    height: 103px;
    margin: 0 auto;
}


#in_honor_box {
    background: #f7f7f9;
}

#in_honor_pic .img {
    width: 100%;
    background: #fff;
    padding: 5px;
}

#in_honor_pic img {
    height: 120px;
}


.in_mess_txt {
    font-size: 1.4rem;
    color: #1b3982;
}

#in_mess_box ul {
    margin-top: 70px;
}

#in_mess_box .col {
    margin-bottom: 20px;
}

#in_mess_box .short,
#in_mess_box .mid,
#in_mess_box .long {
    margin-bottom: 0;
    border: 1px solid #dddddd !important;
    padding: 0 10px;
    box-sizing: border-box;
}

#in_mess_box .long {
    height: 100px;
}

#in_mess_box li span {
    line-height: 40px;
}

#in_mess_box .short {
    width: 30% !important;
    margin-right: 10px;
}

#in_mess_box .mid {
    width: 80% !important;
}

#in_mess_box .long {
    width: 90% !important;
}


#c_mess_box input,
#c_mess_box textarea {
    font-size: 1.6rem;
}


#c_mess_box input::-webkit-input-placeholder {
    color: #999;
    font-size: 1.6rem;
}

#c_mess_box input:-ms-input-placeholder {
    // IE10+
    color: #999;
    font-size: 1.6rem;
}

#c_mess_box input:-moz-placeholder {
    // Firefox4-18
    color: #999;
    font-size: 1.6rem;
}

#c_mess_box input::-moz-placeholder {
    // Firefox19+
    color: #999;
    font-size: 1.6rem;
}

#in_down_box { background: #f2f2f2;}

#in_honor_box { padding: 30px; background: #fff; height: 440px; overflow: hidden;}
#in_news_box { padding: 30px; background: #fff; height: 440px; overflow: hidden;}

/*ABOUT*/

#gsjj_about { padding: 0; }

#gs_pic{ position: relative; z-index: 2; }

#gsjj_about .row{ margin: 0 !important; background: #f3f3f3;}

#gsjj_about li {
    background: #f3f3f3;
    text-align: center;
    position: relative;
    padding: 0;
    margin-bottom: 0;
    }


#gsjj_about li .p1 {
    padding: 20px;
    color: #666666;
    min-height: 100px;
}

#gsjj_about li .p1 span {
    color: #1264cb;
}

#gsjj_about li .p1 big {
    color: #1264cb;
    font-size: 5.2rem; 
}

#gsjj_about li>div {
    min-height: 200px;
    box-sizing: border-box;
    overflow: hidden; 
}

#gsjj_about li:nth-child(1) .p2 {
    background: #0d42b2;
}

#gsjj_about li:nth-child(2) .p2 {
    background: #1264cb;
}

#gsjj_about li:nth-child(3) .p2 {
    background: #3982e8;
}

#gsjj_about li .p2 {
    color: #fff;
    padding: 40px 19px;
    line-height: 4.0rem;
    text-align: left;
    font-size: 14px;
}

#gsjj_about li .p2 b {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.7rem;
}